object frmSelectDictionary: TfrmSelectDictionary Left = 202 Top = 182 BorderStyle = bsDialog Caption = 'Select dictionary' ClientHeight = 193 ClientWidth = 346 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnActivate = FormCreate OnCreate = FormCreate OnKeyUp = FormKeyUp PixelsPerInch = 96 TextHeight = 13 object lblDictionaries: TLabel Left = 8 Top = 8 Width = 102 Height = 13 Caption = 'Available dictionaries:' end object TLabel Left = 27 Top = 32 Width = 3 Height = 13 end object lblMoreDictionaries: TLabel Left = 8 Top = 160 Width = 102 Height = 13 Caption = 'Get more dictionaries!' end object lblDictionariesLink: TLabel Left = 8 Top = 174 Width = 140 Height = 13 Cursor = crHandPoint Caption = 'http://www.softbeartech.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = lblDictionariesLinkClick end object frmInformationFrame: TGroupBox Left = 800 Top = 157 Width = 249 Height = 61 TabOrder = 3 Visible = False object lblInformation: TLabel Left = 8 Top = 13 Width = 233 Height = 41 AutoSize = False Caption = 'Information was transferred to Pardon, but no dictionary was ope' + 'n. Please select a dictionary and transfer the word again. ' WordWrap = True end end object lstDictionary: TListBox Left = 8 Top = 24 Width = 249 Height = 129 ItemHeight = 13 Style = lbOwnerDrawVariable TabOrder = 0 OnDblClick = btnOKClick end object btnOK: TButton Left = 264 Top = 24 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 264 Top = 56 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 OnClick = btnCancelClick end end